Auto merge of #1372 - alexcrichton:flaky, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Mar 2015 04:33:24 +0000 (04:33 +0000)
committerbors <bors@rust-lang.org>
Tue, 3 Mar 2015 04:33:24 +0000 (04:33 +0000)
commit442b7e20118484604d877a9f7f68bda8def074da
treed43a590d9403390dae7db60461b86e9acc1df8e0
parentdb08ec5ef2da5d6be4f6a4aa97bc97b4b122e766
parentc52dde0ef34d682b2009e8fdcee0b1c9a2bf536c
Auto merge of #1372 - alexcrichton:flaky, r=alexcrichton

Due to random hash map traversals this test could build either crate `a` or
crate `b` first, causing the first four output lines to possibly change. Two of
the first four lines are guaranteed to be the compilation of `b` and the other
two are the compilation of `a` as well as building its build script, but no
other lines about compiling `a` can happen until the dependency `b` has finished
compiling.